ObjectStoreIndex

data class ObjectStoreIndex(name: String, keyPath: KeyPath, unique: Boolean, multiEntry: Boolean)

Object store index.

Constructors

ObjectStoreIndex
Link copied to clipboard
fun ObjectStoreIndex(name: String, keyPath: KeyPath, unique: Boolean, multiEntry: Boolean)

Properties

keyPath
Link copied to clipboard
val keyPath: KeyPath
Index key path.
multiEntry
Link copied to clipboard
val multiEntry: Boolean
If true, index allows multiple entries for a key.
name
Link copied to clipboard
val name: String
Index name.
unique
Link copied to clipboard
val unique: Boolean
If true, index is unique.

Sources

jvm source
Link copied to clipboard